Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.ryoframework.core |
ArtifactId | ArtifactIdryo-core-domain |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
ryo-core-domain-1.1.5.pom | |
ryo-core-domain-1.1.5.jar | 56 KB |
ryo-core-domain-1.1.5-sources.jar | 14 KB |
ryo-core-domain-1.1.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ryoframework.core/ryo-core-domain/ -->
<dependency>
<groupId>org.ryoframework.core</groupId>
<artifactId>ryo-core-domain</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-core-domain/
implementation 'org.ryoframework.core:ryo-core-domain:1.1.5'
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-core-domain/
implementation ("org.ryoframework.core:ryo-core-domain:1.1.5")
'org.ryoframework.core:ryo-core-domain:jar:1.1.5'
<dependency org="org.ryoframework.core" name="ryo-core-domain" rev="1.1.5">
<artifact name="ryo-core-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ryoframework.core', module='ryo-core-domain', version='1.1.5')
)
libraryDependencies += "org.ryoframework.core" % "ryo-core-domain" % "1.1.5"
[org.ryoframework.core/ryo-core-domain "1.1.5"]