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