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