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