GroupId | GroupIdorg.kohsuke.redstone |
---|---|
ArtifactId | ArtifactIdredstone |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedstone
|
Filename | Size |
---|---|
redstone-1.1.1.pom | |
redstone-1.1.1.jar | 47 KB |
redstone-1.1.1-sources.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.redstone/redstone/ -->
<dependency>
<groupId>org.kohsuke.redstone</groupId>
<artifactId>redstone</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.redstone/redstone/
implementation 'org.kohsuke.redstone:redstone:1.1.1'
// https://jarcasting.com/artifacts/org.kohsuke.redstone/redstone/
implementation ("org.kohsuke.redstone:redstone:1.1.1")
'org.kohsuke.redstone:redstone:jar:1.1.1'
<dependency org="org.kohsuke.redstone" name="redstone" rev="1.1.1">
<artifact name="redstone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.redstone', module='redstone', version='1.1.1')
)
libraryDependencies += "org.kohsuke.redstone" % "redstone" % "1.1.1"
[org.kohsuke.redstone/redstone "1.1.1"]