Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-example-domain |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
yagen-example-domain-3.3.pom | |
yagen-example-domain-3.3.jar | 24 KB |
yagen-example-domain-3.3-sources.jar | 14 KB |
yagen-example-domain-3.3-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/ -->
<dependency>
<groupId>com.github.gekoh.yagen</groupId>
<artifactId>yagen-example-domain</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation 'com.github.gekoh.yagen:yagen-example-domain:3.3'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation ("com.github.gekoh.yagen:yagen-example-domain:3.3")
'com.github.gekoh.yagen:yagen-example-domain:jar:3.3'
<dependency org="com.github.gekoh.yagen" name="yagen-example-domain" rev="3.3">
<artifact name="yagen-example-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-example-domain', version='3.3')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-example-domain" % "3.3"
[com.github.gekoh.yagen/yagen-example-domain "3.3"]