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