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