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