GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.core |
Version | Version1.0.0-beta8 |
Type | Typewar |
Filename | Size |
---|---|
crsh.core-1.0.0-beta8.pom | |
crsh.core-1.0.0-beta8.war | 7 MB |
crsh.core-1.0.0-beta8-sources.jar | 87 KB |
crsh.core-1.0.0-beta8-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.core/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.core</artifactId>
<version>1.0.0-beta8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.core/
implementation 'org.crsh:crsh.core:1.0.0-beta8'
// https://jarcasting.com/artifacts/org.crsh/crsh.core/
implementation ("org.crsh:crsh.core:1.0.0-beta8")
'org.crsh:crsh.core:war:1.0.0-beta8'
<dependency org="org.crsh" name="crsh.core" rev="1.0.0-beta8">
<artifact name="crsh.core" type="war" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.core', version='1.0.0-beta8')
)
libraryDependencies += "org.crsh" % "crsh.core" % "1.0.0-beta8"
[org.crsh/crsh.core "1.0.0-beta8"]