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