GroupId | GroupIdio.github.junxworks |
---|---|
ArtifactId | ArtifactIdjunx-spel |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
junx-spel-1.0.7.pom | |
junx-spel-1.0.7.jar | 26 KB |
junx-spel-1.0.7-sources.jar | 23 KB |
junx-spel-1.0.7-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.junxworks/junx-spel/ -->
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-spel</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.junxworks/junx-spel/
implementation 'io.github.junxworks:junx-spel:1.0.7'
// https://jarcasting.com/artifacts/io.github.junxworks/junx-spel/
implementation ("io.github.junxworks:junx-spel:1.0.7")
'io.github.junxworks:junx-spel:jar:1.0.7'
<dependency org="io.github.junxworks" name="junx-spel" rev="1.0.7">
<artifact name="junx-spel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.junxworks', module='junx-spel', version='1.0.7')
)
libraryDependencies += "io.github.junxworks" % "junx-spel" % "1.0.7"
[io.github.junxworks/junx-spel "1.0.7"]