GroupId | GroupIdcom.mtons |
---|---|
ArtifactId | ArtifactIdmtons-persist |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mtons-persist-1.0.1.pom | |
mtons-persist-1.0.1.jar | 13 KB |
mtons-persist-1.0.1-sources.jar | 7 KB |
mtons-persist-1.0.1-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtons/mtons-persist/ -->
<dependency>
<groupId>com.mtons</groupId>
<artifactId>mtons-persist</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtons/mtons-persist/
implementation 'com.mtons:mtons-persist:1.0.1'
// https://jarcasting.com/artifacts/com.mtons/mtons-persist/
implementation ("com.mtons:mtons-persist:1.0.1")
'com.mtons:mtons-persist:jar:1.0.1'
<dependency org="com.mtons" name="mtons-persist" rev="1.0.1">
<artifact name="mtons-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtons', module='mtons-persist', version='1.0.1')
)
libraryDependencies += "com.mtons" % "mtons-persist" % "1.0.1"
[com.mtons/mtons-persist "1.0.1"]