Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdme.geso |
ArtifactId | ArtifactIdmech2 |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
mech2-0.2.1.pom | |
mech2-0.2.1.jar | 15 KB |
mech2-0.2.1-sources.jar | 7 KB |
mech2-0.2.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.geso/mech2/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>mech2</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/mech2/
implementation 'me.geso:mech2:0.2.1'
// https://jarcasting.com/artifacts/me.geso/mech2/
implementation ("me.geso:mech2:0.2.1")
'me.geso:mech2:jar:0.2.1'
<dependency org="me.geso" name="mech2" rev="0.2.1">
<artifact name="mech2" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='mech2', version='0.2.1')
)
libraryDependencies += "me.geso" % "mech2" % "0.2.1"
[me.geso/mech2 "0.2.1"]