GroupId | GroupIdcom.githup.liuyanggithup |
---|---|
ArtifactId | ArtifactIdamon-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
amon-core-0.1.0.pom | |
amon-core-0.1.0.jar | 14 KB |
amon-core-0.1.0-sources.jar | 8 KB |
amon-core-0.1.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.githup.liuyanggithup/amon-core/ -->
<dependency>
<groupId>com.githup.liuyanggithup</groupId>
<artifactId>amon-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/amon-core/
implementation 'com.githup.liuyanggithup:amon-core:0.1.0'
// https://jarcasting.com/artifacts/com.githup.liuyanggithup/amon-core/
implementation ("com.githup.liuyanggithup:amon-core:0.1.0")
'com.githup.liuyanggithup:amon-core:jar:0.1.0'
<dependency org="com.githup.liuyanggithup" name="amon-core" rev="0.1.0">
<artifact name="amon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.githup.liuyanggithup', module='amon-core', version='0.1.0')
)
libraryDependencies += "com.githup.liuyanggithup" % "amon-core" % "0.1.0"
[com.githup.liuyanggithup/amon-core "0.1.0"]