| GroupId | GroupIdcom.label305.stan |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| library-0.0.1.pom | |
| library-0.0.1.jar | 347 bytes |
| library-0.0.1-sources.jar | 33 KB |
| library-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.label305.stan/library/ -->
<dependency>
<groupId>com.label305.stan</groupId>
<artifactId>library</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.label305.stan/library/
implementation 'com.label305.stan:library:0.0.1'
// https://jarcasting.com/artifacts/com.label305.stan/library/
implementation ("com.label305.stan:library:0.0.1")
'com.label305.stan:library:jar:0.0.1'
<dependency org="com.label305.stan" name="library" rev="0.0.1">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.label305.stan', module='library', version='0.0.1')
)
libraryDependencies += "com.label305.stan" % "library" % "0.0.1"
[com.label305.stan/library "0.0.1"]