is not current version
Last Version 1.2.1

com.github.raoyu001:test_jenkins 1.1.1

Demo project for Spring Boot

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

com.github.raoyu001
ArtifactId

ArtifactId

test_jenkins
Version

Version

1.1.1
Type

Type

jar

Download test_jenkins 1.1.1


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