Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.mgmtp.jfunk |
ArtifactId | ArtifactIdjfunk-data |
Version | Version3.1.0-rc-1 |
Type | Typejar |
Filename | Size |
---|---|
jfunk-data-3.1.0-rc-1.pom | |
jfunk-data-3.1.0-rc-1.jar | 28 KB |
jfunk-data-3.1.0-rc-1-sources.jar | 21 KB |
jfunk-data-3.1.0-rc-1-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data/ -->
<dependency>
<groupId>com.mgmtp.jfunk</groupId>
<artifactId>jfunk-data</artifactId>
<version>3.1.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data/
implementation 'com.mgmtp.jfunk:jfunk-data:3.1.0-rc-1'
// https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data/
implementation ("com.mgmtp.jfunk:jfunk-data:3.1.0-rc-1")
'com.mgmtp.jfunk:jfunk-data:jar:3.1.0-rc-1'
<dependency org="com.mgmtp.jfunk" name="jfunk-data" rev="3.1.0-rc-1">
<artifact name="jfunk-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mgmtp.jfunk', module='jfunk-data', version='3.1.0-rc-1')
)
libraryDependencies += "com.mgmtp.jfunk" % "jfunk-data" % "3.1.0-rc-1"
[com.mgmtp.jfunk/jfunk-data "3.1.0-rc-1"]