GroupId | GroupIdcom.selesse |
---|---|
ArtifactId | ArtifactIdjxlint |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
jxlint-1.7.0.pom | |
jxlint-1.7.0.jar | 88 KB |
jxlint-1.7.0-sources.jar | 48 KB |
jxlint-1.7.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.selesse/jxlint/ -->
<dependency>
<groupId>com.selesse</groupId>
<artifactId>jxlint</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.selesse/jxlint/
implementation 'com.selesse:jxlint:1.7.0'
// https://jarcasting.com/artifacts/com.selesse/jxlint/
implementation ("com.selesse:jxlint:1.7.0")
'com.selesse:jxlint:jar:1.7.0'
<dependency org="com.selesse" name="jxlint" rev="1.7.0">
<artifact name="jxlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.selesse', module='jxlint', version='1.7.0')
)
libraryDependencies += "com.selesse" % "jxlint" % "1.7.0"
[com.selesse/jxlint "1.7.0"]