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