<dependency> <groupId>com.lmco.ptolemaeus</groupId> <artifactId>commons</artifactId> <version>1.0.2</version> </dependency>
implementation 'com.lmco.ptolemaeus:commons:1.0.2'
implementation("com.lmco.ptolemaeus:commons:1.0.2")
libraryDependencies += "com.lmco.ptolemaeus" % "commons" % "1.0.2"
@Grapes( @Grab(group='com.lmco.ptolemaeus', module='commons', version='1.0.2') )
<dependency org="com.lmco.ptolemaeus" name="commons" rev="1.0.2" />
[com.lmco.ptolemaeus/commons "1.0.2"]
'com.lmco.ptolemaeus:commons:jar:1.0.2'
runtime
|-- org.apache.logging.log4j:log4j-core:2.18.0
|-- org.hipparchus:hipparchus:2.3
|-- org.hipparchus:hipparchus-core:2.3
|-- org.hipparchus:hipparchus-optim:2.3
|-- org.hipparchus:hipparchus-geometry:2.3
|-- org.apache.commons:commons-lang3:3.9
|-- org.apache.commons:commons-collections4:4.4