GroupId | GroupIdorg.xlightweb |
---|---|
ArtifactId | ArtifactIdxlightweb |
Version | Version2.13 |
Type | Typejar |
Filename | Size |
---|---|
xlightweb-2.13.pom | |
xlightweb-2.13.jar | 655 KB |
xlightweb-2.13-sources.jar | 376 KB |
xlightweb-2.13-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xlightweb/xlightweb/ -->
<dependency>
<groupId>org.xlightweb</groupId>
<artifactId>xlightweb</artifactId>
<version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.xlightweb/xlightweb/
implementation 'org.xlightweb:xlightweb:2.13'
// https://jarcasting.com/artifacts/org.xlightweb/xlightweb/
implementation ("org.xlightweb:xlightweb:2.13")
'org.xlightweb:xlightweb:jar:2.13'
<dependency org="org.xlightweb" name="xlightweb" rev="2.13">
<artifact name="xlightweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xlightweb', module='xlightweb', version='2.13')
)
libraryDependencies += "org.xlightweb" % "xlightweb" % "2.13"
[org.xlightweb/xlightweb "2.13"]