GroupId | GroupIdcom.mattunderscore |
---|---|
ArtifactId | ArtifactIdws-utils |
Version | Version0.2.7 |
Type | Typepom |
Filename | Size |
---|---|
ws-utils-0.2.7.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/ -->
<dependency>
<groupId>com.mattunderscore</groupId>
<artifactId>ws-utils</artifactId>
<version>0.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/
implementation 'com.mattunderscore:ws-utils:0.2.7'
// https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/
implementation ("com.mattunderscore:ws-utils:0.2.7")
'com.mattunderscore:ws-utils:pom:0.2.7'
<dependency org="com.mattunderscore" name="ws-utils" rev="0.2.7">
<artifact name="ws-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='ws-utils', version='0.2.7')
)
libraryDependencies += "com.mattunderscore" % "ws-utils" % "0.2.7"
[com.mattunderscore/ws-utils "0.2.7"]