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