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