GroupId | GroupIdcom.github.lauhwong |
---|---|
ArtifactId | ArtifactIduupgrade-compiler |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
uupgrade-compiler-1.0.pom | |
uupgrade-compiler-1.0.jar | 15 KB |
uupgrade-compiler-1.0-sources.jar | 6 KB |
uupgrade-compiler-1.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lauhwong/uupgrade-compiler/ -->
<dependency>
<groupId>com.github.lauhwong</groupId>
<artifactId>uupgrade-compiler</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lauhwong/uupgrade-compiler/
implementation 'com.github.lauhwong:uupgrade-compiler:1.0'
// https://jarcasting.com/artifacts/com.github.lauhwong/uupgrade-compiler/
implementation ("com.github.lauhwong:uupgrade-compiler:1.0")
'com.github.lauhwong:uupgrade-compiler:jar:1.0'
<dependency org="com.github.lauhwong" name="uupgrade-compiler" rev="1.0">
<artifact name="uupgrade-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lauhwong', module='uupgrade-compiler', version='1.0')
)
libraryDependencies += "com.github.lauhwong" % "uupgrade-compiler" % "1.0"
[com.github.lauhwong/uupgrade-compiler "1.0"]