Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.reforms |
ArtifactId | ArtifactIdreforms |
Version | Version2017.06.11 |
Type | Typejar |
Filename | Size |
---|---|
reforms-2017.06.11.pom | |
reforms-2017.06.11.jar | 326 KB |
reforms-2017.06.11-sources.jar | 202 KB |
reforms-2017.06.11-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.reforms/reforms/ -->
<dependency>
<groupId>com.github.reforms</groupId>
<artifactId>reforms</artifactId>
<version>2017.06.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.reforms/reforms/
implementation 'com.github.reforms:reforms:2017.06.11'
// https://jarcasting.com/artifacts/com.github.reforms/reforms/
implementation ("com.github.reforms:reforms:2017.06.11")
'com.github.reforms:reforms:jar:2017.06.11'
<dependency org="com.github.reforms" name="reforms" rev="2017.06.11">
<artifact name="reforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.reforms', module='reforms', version='2017.06.11')
)
libraryDependencies += "com.github.reforms" % "reforms" % "2017.06.11"
[com.github.reforms/reforms "2017.06.11"]