| GroupId | GroupIdorg.fudaa.framework.fudaa |
|---|---|
| ArtifactId | ArtifactIdfudaa-common-courbe |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fudaa.framework.fudaa/fudaa-common-courbe/ -->
<dependency>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common-courbe</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.framework.fudaa/fudaa-common-courbe/
implementation 'org.fudaa.framework.fudaa:fudaa-common-courbe:1.0.1'
// https://jarcasting.com/artifacts/org.fudaa.framework.fudaa/fudaa-common-courbe/
implementation ("org.fudaa.framework.fudaa:fudaa-common-courbe:1.0.1")
'org.fudaa.framework.fudaa:fudaa-common-courbe:jar:1.0.1'
<dependency org="org.fudaa.framework.fudaa" name="fudaa-common-courbe" rev="1.0.1">
<artifact name="fudaa-common-courbe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.framework.fudaa', module='fudaa-common-courbe', version='1.0.1')
)
libraryDependencies += "org.fudaa.framework.fudaa" % "fudaa-common-courbe" % "1.0.1"
[org.fudaa.framework.fudaa/fudaa-common-courbe "1.0.1"]