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