Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdjetbrick-orm |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jetbrick-orm-1.0.2.pom | |
jetbrick-orm-1.0.2.jar | 85 KB |
jetbrick-orm-1.0.2-sources.jar | 60 KB |
jetbrick-orm-1.0.2-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-orm/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-orm</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-orm/
implementation 'com.github.subchen:jetbrick-orm:1.0.2'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-orm/
implementation ("com.github.subchen:jetbrick-orm:1.0.2")
'com.github.subchen:jetbrick-orm:jar:1.0.2'
<dependency org="com.github.subchen" name="jetbrick-orm" rev="1.0.2">
<artifact name="jetbrick-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-orm', version='1.0.2')
)
libraryDependencies += "com.github.subchen" % "jetbrick-orm" % "1.0.2"
[com.github.subchen/jetbrick-orm "1.0.2"]