| GroupId | GroupIdcom.github.amigold.fundapter2 |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.01 |
| Type | Typejar |
| Filename | Size |
|---|---|
| library-1.01.pom | |
| library-1.01.jar | 26 KB |
| library-1.01-sources.jar | 14 KB |
| library-1.01-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/ -->
<dependency>
<groupId>com.github.amigold.fundapter2</groupId>
<artifactId>library</artifactId>
<version>1.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation 'com.github.amigold.fundapter2:library:1.01'
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation ("com.github.amigold.fundapter2:library:1.01")
'com.github.amigold.fundapter2:library:jar:1.01'
<dependency org="com.github.amigold.fundapter2" name="library" rev="1.01">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.amigold.fundapter2', module='library', version='1.01')
)
libraryDependencies += "com.github.amigold.fundapter2" % "library" % "1.01"
[com.github.amigold.fundapter2/library "1.01"]