GroupId | GroupIdfr.norsys.asoape |
---|---|
ArtifactId | ArtifactIdruntime-library |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
runtime-library-1.0.pom | |
runtime-library-1.0.jar | 27 KB |
runtime-library-1.0-sources.jar | 23 KB |
runtime-library-1.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.norsys.asoape/runtime-library/ -->
<dependency>
<groupId>fr.norsys.asoape</groupId>
<artifactId>runtime-library</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.norsys.asoape/runtime-library/
implementation 'fr.norsys.asoape:runtime-library:1.0'
// https://jarcasting.com/artifacts/fr.norsys.asoape/runtime-library/
implementation ("fr.norsys.asoape:runtime-library:1.0")
'fr.norsys.asoape:runtime-library:jar:1.0'
<dependency org="fr.norsys.asoape" name="runtime-library" rev="1.0">
<artifact name="runtime-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.norsys.asoape', module='runtime-library', version='1.0')
)
libraryDependencies += "fr.norsys.asoape" % "runtime-library" % "1.0"
[fr.norsys.asoape/runtime-library "1.0"]