GroupId | GroupIdorg.javafunk.matchbox |
---|---|
ArtifactId | ArtifactIdmatchbox |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
matchbox-0.1.3.pom | |
matchbox-0.1.3.jar | 16 KB |
matchbox-0.1.3-sources.jar | 9 KB |
matchbox-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation 'org.javafunk.matchbox:matchbox:0.1.3'
// https://jarcasting.com/artifacts/org.javafunk.matchbox/matchbox/
implementation ("org.javafunk.matchbox:matchbox:0.1.3")
'org.javafunk.matchbox:matchbox:jar:0.1.3'
<dependency org="org.javafunk.matchbox" name="matchbox" rev="0.1.3">
<artifact name="matchbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafunk.matchbox', module='matchbox', version='0.1.3')
)
libraryDependencies += "org.javafunk.matchbox" % "matchbox" % "0.1.3"
[org.javafunk.matchbox/matchbox "0.1.3"]