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