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