GroupId | GroupIdcom.github.lazynoon |
---|---|
ArtifactId | ArtifactIdsafesave |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
safesave-1.0.2.pom | |
safesave-1.0.2.jar | 17 KB |
safesave-1.0.2-sources.jar | 14 KB |
safesave-1.0.2-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lazynoon/safesave/ -->
<dependency>
<groupId>com.github.lazynoon</groupId>
<artifactId>safesave</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lazynoon/safesave/
implementation 'com.github.lazynoon:safesave:1.0.2'
// https://jarcasting.com/artifacts/com.github.lazynoon/safesave/
implementation ("com.github.lazynoon:safesave:1.0.2")
'com.github.lazynoon:safesave:jar:1.0.2'
<dependency org="com.github.lazynoon" name="safesave" rev="1.0.2">
<artifact name="safesave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lazynoon', module='safesave', version='1.0.2')
)
libraryDependencies += "com.github.lazynoon" % "safesave" % "1.0.2"
[com.github.lazynoon/safesave "1.0.2"]