Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.iih5 |
ArtifactId | ArtifactIdsmart-goodorm |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-goodorm-1.0.pom | |
smart-goodorm-1.0.jar | 48 KB |
smart-goodorm-1.0-sources.jar | 23 KB |
smart-goodorm-1.0-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iih5/smart-goodorm/ -->
<dependency>
<groupId>com.iih5</groupId>
<artifactId>smart-goodorm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iih5/smart-goodorm/
implementation 'com.iih5:smart-goodorm:1.0'
// https://jarcasting.com/artifacts/com.iih5/smart-goodorm/
implementation ("com.iih5:smart-goodorm:1.0")
'com.iih5:smart-goodorm:jar:1.0'
<dependency org="com.iih5" name="smart-goodorm" rev="1.0">
<artifact name="smart-goodorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iih5', module='smart-goodorm', version='1.0')
)
libraryDependencies += "com.iih5" % "smart-goodorm" % "1.0"
[com.iih5/smart-goodorm "1.0"]