| GroupId | GroupIdcom.astutebits |
|---|---|
| ArtifactId | ArtifactIdjsquint |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jsquint-0.1.0.pom | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.astutebits/jsquint/ -->
<dependency>
<groupId>com.astutebits</groupId>
<artifactId>jsquint</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.astutebits/jsquint/
implementation 'com.astutebits:jsquint:0.1.0'
// https://jarcasting.com/artifacts/com.astutebits/jsquint/
implementation ("com.astutebits:jsquint:0.1.0")
'com.astutebits:jsquint:pom:0.1.0'
<dependency org="com.astutebits" name="jsquint" rev="0.1.0">
<artifact name="jsquint" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.astutebits', module='jsquint', version='0.1.0')
)
libraryDependencies += "com.astutebits" % "jsquint" % "0.1.0"
[com.astutebits/jsquint "0.1.0"]