GroupId | GroupIdcom.gdxsoft.easyweb |
---|---|
ArtifactId | ArtifactIdemp-script-static |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
emp-script-static-1.0.3.pom | |
emp-script-static-1.0.3.jar | 9 MB |
emp-script-static-1.0.3-sources.jar | 9 MB |
emp-script-static-1.0.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gdxsoft.easyweb/emp-script-static/ -->
<dependency>
<groupId>com.gdxsoft.easyweb</groupId>
<artifactId>emp-script-static</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gdxsoft.easyweb/emp-script-static/
implementation 'com.gdxsoft.easyweb:emp-script-static:1.0.3'
// https://jarcasting.com/artifacts/com.gdxsoft.easyweb/emp-script-static/
implementation ("com.gdxsoft.easyweb:emp-script-static:1.0.3")
'com.gdxsoft.easyweb:emp-script-static:jar:1.0.3'
<dependency org="com.gdxsoft.easyweb" name="emp-script-static" rev="1.0.3">
<artifact name="emp-script-static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gdxsoft.easyweb', module='emp-script-static', version='1.0.3')
)
libraryDependencies += "com.gdxsoft.easyweb" % "emp-script-static" % "1.0.3"
[com.gdxsoft.easyweb/emp-script-static "1.0.3"]