GroupId | GroupIdcom.github.liuyehcf |
---|---|
ArtifactId | ArtifactIdcompile-engine |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
compile-engine-1.0.2.pom | |
compile-engine-1.0.2.jar | 148 KB |
compile-engine-1.0.2-sources.jar | 89 KB |
compile-engine-1.0.2-javadoc.jar | 485 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuyehcf/compile-engine/ -->
<dependency>
<groupId>com.github.liuyehcf</groupId>
<artifactId>compile-engine</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuyehcf/compile-engine/
implementation 'com.github.liuyehcf:compile-engine:1.0.2'
// https://jarcasting.com/artifacts/com.github.liuyehcf/compile-engine/
implementation ("com.github.liuyehcf:compile-engine:1.0.2")
'com.github.liuyehcf:compile-engine:jar:1.0.2'
<dependency org="com.github.liuyehcf" name="compile-engine" rev="1.0.2">
<artifact name="compile-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuyehcf', module='compile-engine', version='1.0.2')
)
libraryDependencies += "com.github.liuyehcf" % "compile-engine" % "1.0.2"
[com.github.liuyehcf/compile-engine "1.0.2"]