GroupId | GroupIdcom.github.tarao |
---|---|
ArtifactId | ArtifactIdnonempty_2.11 |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
nonempty_2.11-0.0.2.pom | |
nonempty_2.11-0.0.2.jar | 3 KB |
nonempty_2.11-0.0.2-sources.jar | 1 KB |
nonempty_2.11-0.0.2-javadoc.jar | 347 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarao/nonempty_2.11/ -->
<dependency>
<groupId>com.github.tarao</groupId>
<artifactId>nonempty_2.11</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarao/nonempty_2.11/
implementation 'com.github.tarao:nonempty_2.11:0.0.2'
// https://jarcasting.com/artifacts/com.github.tarao/nonempty_2.11/
implementation ("com.github.tarao:nonempty_2.11:0.0.2")
'com.github.tarao:nonempty_2.11:jar:0.0.2'
<dependency org="com.github.tarao" name="nonempty_2.11" rev="0.0.2">
<artifact name="nonempty_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarao', module='nonempty_2.11', version='0.0.2')
)
libraryDependencies += "com.github.tarao" % "nonempty_2.11" % "0.0.2"
[com.github.tarao/nonempty_2.11 "0.0.2"]