GroupId | GroupIdcom.github.bradleywood |
---|---|
ArtifactId | ArtifactIdsqtf |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
sqtf-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/ -->
<dependency>
<groupId>com.github.bradleywood</groupId>
<artifactId>sqtf</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/
implementation 'com.github.bradleywood:sqtf:1.0'
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/
implementation ("com.github.bradleywood:sqtf:1.0")
'com.github.bradleywood:sqtf:pom:1.0'
<dependency org="com.github.bradleywood" name="sqtf" rev="1.0">
<artifact name="sqtf" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bradleywood', module='sqtf', version='1.0')
)
libraryDependencies += "com.github.bradleywood" % "sqtf" % "1.0"
[com.github.bradleywood/sqtf "1.0"]