is not current version
Last Version 1.3.18

com.github.lazynoon:myaction 1.3.9

Java develop framework

GroupId

GroupId

com.github.lazynoon
ArtifactId

ArtifactId

myaction
Version

Version

1.3.9
Type

Type

jar

Download myaction 1.3.9


<!-- https://jarcasting.com/artifacts/com.github.lazynoon/myaction/ -->
<dependency>
    <groupId>com.github.lazynoon</groupId>
    <artifactId>myaction</artifactId>
    <version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lazynoon/myaction/
implementation 'com.github.lazynoon:myaction:1.3.9'
// https://jarcasting.com/artifacts/com.github.lazynoon/myaction/
implementation ("com.github.lazynoon:myaction:1.3.9")
'com.github.lazynoon:myaction:jar:1.3.9'
<dependency org="com.github.lazynoon" name="myaction" rev="1.3.9">
  <artifact name="myaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lazynoon', module='myaction', version='1.3.9')
)
libraryDependencies += "com.github.lazynoon" % "myaction" % "1.3.9"
[com.github.lazynoon/myaction "1.3.9"]