Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdla.renzhen.basis.rtpt |
ArtifactId | ArtifactIdrtpt-config |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
rtpt-config-1.0.2.pom | |
rtpt-config-1.0.2.jar | 17 KB |
rtpt-config-1.0.2-sources.jar | 8 KB |
rtpt-config-1.0.2-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/la.renzhen.basis.rtpt/rtpt-config/ -->
<dependency>
<groupId>la.renzhen.basis.rtpt</groupId>
<artifactId>rtpt-config</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/la.renzhen.basis.rtpt/rtpt-config/
implementation 'la.renzhen.basis.rtpt:rtpt-config:1.0.2'
// https://jarcasting.com/artifacts/la.renzhen.basis.rtpt/rtpt-config/
implementation ("la.renzhen.basis.rtpt:rtpt-config:1.0.2")
'la.renzhen.basis.rtpt:rtpt-config:jar:1.0.2'
<dependency org="la.renzhen.basis.rtpt" name="rtpt-config" rev="1.0.2">
<artifact name="rtpt-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='la.renzhen.basis.rtpt', module='rtpt-config', version='1.0.2')
)
libraryDependencies += "la.renzhen.basis.rtpt" % "rtpt-config" % "1.0.2"
[la.renzhen.basis.rtpt/rtpt-config "1.0.2"]