Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.rahulsom |
ArtifactId | ArtifactIdgrooves-gorm |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
grooves-gorm-0.3.0.pom | |
grooves-gorm-0.3.0.jar | 15 KB |
grooves-gorm-0.3.0-tests.jar | 1 KB |
grooves-gorm-0.3.0-sources.jar | 10 KB |
grooves-gorm-0.3.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/grooves-gorm/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>grooves-gorm</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-gorm/
implementation 'com.github.rahulsom:grooves-gorm:0.3.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-gorm/
implementation ("com.github.rahulsom:grooves-gorm:0.3.0")
'com.github.rahulsom:grooves-gorm:jar:0.3.0'
<dependency org="com.github.rahulsom" name="grooves-gorm" rev="0.3.0">
<artifact name="grooves-gorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='grooves-gorm', version='0.3.0')
)
libraryDependencies += "com.github.rahulsom" % "grooves-gorm" % "0.3.0"
[com.github.rahulsom/grooves-gorm "0.3.0"]