License |
License |
---|---|
GroupId | GroupIdcom.dukescript.api |
ArtifactId | ArtifactIdstrings |
Last Version | Last Version1.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStrings Helpers
Presenters that allow you to deploy DukeScript applications to iOS and Android
|
Filename | Size |
---|---|
strings-1.7.1.pom | |
strings-1.7.1.jar | 14 KB |
strings-1.7.1-sources.jar | 7 KB |
strings-1.7.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dukescript.api/strings/ -->
<dependency>
<groupId>com.dukescript.api</groupId>
<artifactId>strings</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dukescript.api/strings/
implementation 'com.dukescript.api:strings:1.7.1'
// https://jarcasting.com/artifacts/com.dukescript.api/strings/
implementation ("com.dukescript.api:strings:1.7.1")
'com.dukescript.api:strings:jar:1.7.1'
<dependency org="com.dukescript.api" name="strings" rev="1.7.1">
<artifact name="strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dukescript.api', module='strings', version='1.7.1')
)
libraryDependencies += "com.dukescript.api" % "strings" % "1.7.1"
[com.dukescript.api/strings "1.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.netbeans.api : org-openide-util-lookup | jar | RELEASE111 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.7 |