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