| GroupId | GroupIdorg.crsh |
|---|---|
| ArtifactId | ArtifactIdcrsh.plugins |
| Version | Version1.2.0-cr8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crsh.plugins-1.2.0-cr8.pom | 642 bytes |
| crsh.plugins-1.2.0-cr8-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.plugins/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.plugins</artifactId>
<version>1.2.0-cr8</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.plugins/
implementation 'org.crsh:crsh.plugins:1.2.0-cr8'
// https://jarcasting.com/artifacts/org.crsh/crsh.plugins/
implementation ("org.crsh:crsh.plugins:1.2.0-cr8")
'org.crsh:crsh.plugins:jar:1.2.0-cr8'
<dependency org="org.crsh" name="crsh.plugins" rev="1.2.0-cr8">
<artifact name="crsh.plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.plugins', version='1.2.0-cr8')
)
libraryDependencies += "org.crsh" % "crsh.plugins" % "1.2.0-cr8"
[org.crsh/crsh.plugins "1.2.0-cr8"]