is not current version
Last Version 1.0.2

com.cedarsoft.hudson:bears 1.0.0


Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

com.cedarsoft.hudson
ArtifactId

ArtifactId

bears
Version

Version

1.0.0
Type

Type

jar

Download bears 1.0.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.hudson/bears/ -->
<dependency>
    <groupId>com.cedarsoft.hudson</groupId>
    <artifactId>bears</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.hudson/bears/
implementation 'com.cedarsoft.hudson:bears:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.hudson/bears/
implementation ("com.cedarsoft.hudson:bears:1.0.0")
'com.cedarsoft.hudson:bears:jar:1.0.0'
<dependency org="com.cedarsoft.hudson" name="bears" rev="1.0.0">
  <artifact name="bears" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.hudson', module='bears', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.hudson" % "bears" % "1.0.0"
[com.cedarsoft.hudson/bears "1.0.0"]