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