Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.dengshiwei |
ArtifactId | ArtifactIdMavenRelease |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
MavenRelease-1.0.1.pom | |
MavenRelease-1.0.1.aar | 16 KB |
MavenRelease-1.0.1-sources.jar | 857 bytes |
MavenRelease-1.0.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dengshiwei/MavenRelease/ -->
<dependency>
<groupId>com.github.dengshiwei</groupId>
<artifactId>MavenRelease</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dengshiwei/MavenRelease/
implementation 'com.github.dengshiwei:MavenRelease:1.0.1'
// https://jarcasting.com/artifacts/com.github.dengshiwei/MavenRelease/
implementation ("com.github.dengshiwei:MavenRelease:1.0.1")
'com.github.dengshiwei:MavenRelease:aar:1.0.1'
<dependency org="com.github.dengshiwei" name="MavenRelease" rev="1.0.1">
<artifact name="MavenRelease" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dengshiwei', module='MavenRelease', version='1.0.1')
)
libraryDependencies += "com.github.dengshiwei" % "MavenRelease" % "1.0.1"
[com.github.dengshiwei/MavenRelease "1.0.1"]