GroupId | GroupIdcn.langpy |
---|---|
ArtifactId | ArtifactIddisroute |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
disroute-1.0.1.pom | |
disroute-1.0.1.jar | 14 KB |
disroute-1.0.1-sources.jar | 8 KB |
disroute-1.0.1-javadoc.jar | 83 KB |
disroute-1.0.1-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.langpy/disroute/ -->
<dependency>
<groupId>cn.langpy</groupId>
<artifactId>disroute</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.langpy/disroute/
implementation 'cn.langpy:disroute:1.0.1'
// https://jarcasting.com/artifacts/cn.langpy/disroute/
implementation ("cn.langpy:disroute:1.0.1")
'cn.langpy:disroute:jar:1.0.1'
<dependency org="cn.langpy" name="disroute" rev="1.0.1">
<artifact name="disroute" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.langpy', module='disroute', version='1.0.1')
)
libraryDependencies += "cn.langpy" % "disroute" % "1.0.1"
[cn.langpy/disroute "1.0.1"]