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