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