GroupId | GroupIdorg.javafunk.matchbox |
---|---|
ArtifactId | ArtifactIdmatchbox |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
matchbox-0.1.2.pom | |
matchbox-0.1.2.jar | 16 KB |
matchbox-0.1.2-sources.jar | 9 KB |
matchbox-0.1.2-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/ -->
<dependency>
<groupId>org.javafunk.matchbox</groupId>
<artifactId>matchbox</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation 'org.javafunk.matchbox:matchbox:0.1.2'
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation ("org.javafunk.matchbox:matchbox:0.1.2")
'org.javafunk.matchbox:matchbox:jar:0.1.2'
<dependency org="org.javafunk.matchbox" name="matchbox" rev="0.1.2">
<artifact name="matchbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafunk.matchbox', module='matchbox', version='0.1.2')
)
libraryDependencies += "org.javafunk.matchbox" % "matchbox" % "0.1.2"
[org.javafunk.matchbox/matchbox "0.1.2"]