Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.linushp |
ArtifactId | ArtifactIdlinushp-orm |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
linushp-orm-1.0.7.pom | |
linushp-orm-1.0.7.jar | 35 KB |
linushp-orm-1.0.7-sources.jar | 17 KB |
linushp-orm-1.0.7-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/ -->
<dependency>
<groupId>com.github.linushp</groupId>
<artifactId>linushp-orm</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation 'com.github.linushp:linushp-orm:1.0.7'
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation ("com.github.linushp:linushp-orm:1.0.7")
'com.github.linushp:linushp-orm:jar:1.0.7'
<dependency org="com.github.linushp" name="linushp-orm" rev="1.0.7">
<artifact name="linushp-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linushp', module='linushp-orm', version='1.0.7')
)
libraryDependencies += "com.github.linushp" % "linushp-orm" % "1.0.7"
[com.github.linushp/linushp-orm "1.0.7"]