GroupId | GroupIdorg.arakhne.afc.core |
---|---|
ArtifactId | ArtifactIdmathgen |
Version | Version14.0 |
Type | Typejar |
Filename | Size |
---|---|
mathgen-14.0.pom | |
mathgen-14.0.jar | 9 KB |
mathgen-14.0-sources.jar | 11 KB |
mathgen-14.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.core/mathgen/ -->
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>mathgen</artifactId>
<version>14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.core/mathgen/
implementation 'org.arakhne.afc.core:mathgen:14.0'
// https://jarcasting.com/artifacts/org.arakhne.afc.core/mathgen/
implementation ("org.arakhne.afc.core:mathgen:14.0")
'org.arakhne.afc.core:mathgen:jar:14.0'
<dependency org="org.arakhne.afc.core" name="mathgen" rev="14.0">
<artifact name="mathgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.core', module='mathgen', version='14.0')
)
libraryDependencies += "org.arakhne.afc.core" % "mathgen" % "14.0"
[org.arakhne.afc.core/mathgen "14.0"]