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