Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.theinternate |
ArtifactId | ArtifactIdreformatory |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
reformatory-0.1.2.pom | |
reformatory-0.1.2.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.theinternate/reformatory/ -->
<dependency>
<groupId>com.theinternate</groupId>
<artifactId>reformatory</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.theinternate/reformatory/
implementation 'com.theinternate:reformatory:0.1.2'
// https://jarcasting.com/artifacts/com.theinternate/reformatory/
implementation ("com.theinternate:reformatory:0.1.2")
'com.theinternate:reformatory:jar:0.1.2'
<dependency org="com.theinternate" name="reformatory" rev="0.1.2">
<artifact name="reformatory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theinternate', module='reformatory', version='0.1.2')
)
libraryDependencies += "com.theinternate" % "reformatory" % "0.1.2"
[com.theinternate/reformatory "0.1.2"]