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