GroupId | GroupIdde.binfalse |
---|---|
ArtifactId | ArtifactIdjatter |
Version | Version0.2.6 |
Type | Typejar |
Filename | Size |
---|---|
jatter-0.2.6.pom | |
jatter-0.2.6.jar | 23 KB |
jatter-0.2.6-sources.jar | 13 KB |
jatter-0.2.6-javadoc.jar | 401 KB |
jatter-0.2.6-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.binfalse/jatter/ -->
<dependency>
<groupId>de.binfalse</groupId>
<artifactId>jatter</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.binfalse/jatter/
implementation 'de.binfalse:jatter:0.2.6'
// https://jarcasting.com/artifacts/de.binfalse/jatter/
implementation ("de.binfalse:jatter:0.2.6")
'de.binfalse:jatter:jar:0.2.6'
<dependency org="de.binfalse" name="jatter" rev="0.2.6">
<artifact name="jatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.binfalse', module='jatter', version='0.2.6')
)
libraryDependencies += "de.binfalse" % "jatter" % "0.2.6"
[de.binfalse/jatter "0.2.6"]