Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.nikita-volkov |
ArtifactId | ArtifactIdsorm |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
sorm-0.3.1.pom | |
sorm-0.3.1.jar | 1 MB |
sorm-0.3.1-sources.jar | 56 KB |
sorm-0.3.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov/sorm/
implementation 'com.github.nikita-volkov:sorm:0.3.1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov/sorm/
implementation ("com.github.nikita-volkov:sorm:0.3.1")
'com.github.nikita-volkov:sorm:jar:0.3.1'
<dependency org="com.github.nikita-volkov" name="sorm" rev="0.3.1">
<artifact name="sorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov', module='sorm', version='0.3.1')
)
libraryDependencies += "com.github.nikita-volkov" % "sorm" % "0.3.1"
[com.github.nikita-volkov/sorm "0.3.1"]