Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.wangwei86609 |
ArtifactId | ArtifactIdosmanthus |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
osmanthus-1.0.0.RELEASE.pom | |
osmanthus-1.0.0.RELEASE.jar | 40 KB |
osmanthus-1.0.0.RELEASE-sources.jar | 20 KB |
osmanthus-1.0.0.RELEASE-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangwei86609/osmanthus/ -->
<dependency>
<groupId>com.github.wangwei86609</groupId>
<artifactId>osmanthus</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangwei86609/osmanthus/
implementation 'com.github.wangwei86609:osmanthus:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wangwei86609/osmanthus/
implementation ("com.github.wangwei86609:osmanthus:1.0.0.RELEASE")
'com.github.wangwei86609:osmanthus:jar:1.0.0.RELEASE'
<dependency org="com.github.wangwei86609" name="osmanthus" rev="1.0.0.RELEASE">
<artifact name="osmanthus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangwei86609', module='osmanthus', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.wangwei86609" % "osmanthus" % "1.0.0.RELEASE"
[com.github.wangwei86609/osmanthus "1.0.0.RELEASE"]