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