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