Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.eiipii |
ArtifactId | ArtifactIdexampledomain_2.12 |
Version | Version0.2.0 |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.eiipii/exampledomain_2.12/ -->
<dependency>
<groupId>com.eiipii</groupId>
<artifactId>exampledomain_2.12</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eiipii/exampledomain_2.12/
implementation 'com.eiipii:exampledomain_2.12:0.2.0'
// https://jarcasting.com/artifacts/com.eiipii/exampledomain_2.12/
implementation ("com.eiipii:exampledomain_2.12:0.2.0")
'com.eiipii:exampledomain_2.12:jar:0.2.0'
<dependency org="com.eiipii" name="exampledomain_2.12" rev="0.2.0">
<artifact name="exampledomain_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eiipii', module='exampledomain_2.12', version='0.2.0')
)
libraryDependencies += "com.eiipii" % "exampledomain_2.12" % "0.2.0"
[com.eiipii/exampledomain_2.12 "0.2.0"]