GroupId | GroupIdcom.jeffrodriguez |
---|---|
ArtifactId | ArtifactIdwebtools |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
webtools-0.1.0.pom | |
webtools-0.1.0.jar | 16 KB |
webtools-0.1.0-sources.jar | 15 KB |
webtools-0.1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/ -->
<dependency>
<groupId>com.jeffrodriguez</groupId>
<artifactId>webtools</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/
implementation 'com.jeffrodriguez:webtools:0.1.0'
// https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/
implementation ("com.jeffrodriguez:webtools:0.1.0")
'com.jeffrodriguez:webtools:jar:0.1.0'
<dependency org="com.jeffrodriguez" name="webtools" rev="0.1.0">
<artifact name="webtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeffrodriguez', module='webtools', version='0.1.0')
)
libraryDependencies += "com.jeffrodriguez" % "webtools" % "0.1.0"
[com.jeffrodriguez/webtools "0.1.0"]