GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-action |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
lib-action-0.5.1.pom | |
lib-action-0.5.1.jar | 21 KB |
lib-action-0.5.1-sources.jar | 25 KB |
lib-action-0.5.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-action</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/
implementation 'com.github.naoghuman:lib-action:0.5.1'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-action/
implementation ("com.github.naoghuman:lib-action:0.5.1")
'com.github.naoghuman:lib-action:jar:0.5.1'
<dependency org="com.github.naoghuman" name="lib-action" rev="0.5.1">
<artifact name="lib-action" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-action', version='0.5.1')
)
libraryDependencies += "com.github.naoghuman" % "lib-action" % "0.5.1"
[com.github.naoghuman/lib-action "0.5.1"]