Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.mikha-web-utils |
ArtifactId | ArtifactIdweb-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
web-utils-1.0.pom | |
web-utils-1.0.jar | 43 KB |
web-utils-1.0-sources.jar | 33 KB |
web-utils-1.0-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.mikha-web-utils/web-utils/ -->
<dependency>
<groupId>net.sourceforge.mikha-web-utils</groupId>
<artifactId>web-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.mikha-web-utils/web-utils/
implementation 'net.sourceforge.mikha-web-utils:web-utils:1.0'
// https://jarcasting.com/artifacts/net.sourceforge.mikha-web-utils/web-utils/
implementation ("net.sourceforge.mikha-web-utils:web-utils:1.0")
'net.sourceforge.mikha-web-utils:web-utils:jar:1.0'
<dependency org="net.sourceforge.mikha-web-utils" name="web-utils" rev="1.0">
<artifact name="web-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.mikha-web-utils', module='web-utils', version='1.0')
)
libraryDependencies += "net.sourceforge.mikha-web-utils" % "web-utils" % "1.0"
[net.sourceforge.mikha-web-utils/web-utils "1.0"]