GroupId | GroupIdio.github.junxworks |
---|---|
ArtifactId | ArtifactIdjunx-spel |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
junx-spel-1.0.4.pom | |
junx-spel-1.0.4.jar | 26 KB |
junx-spel-1.0.4-sources.jar | 24 KB |
junx-spel-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.junxworks/junx-spel/
implementation 'io.github.junxworks:junx-spel:1.0.4'
// https://jarcasting.com/artifacts/io.github.junxworks/junx-spel/
implementation ("io.github.junxworks:junx-spel:1.0.4")
'io.github.junxworks:junx-spel:jar:1.0.4'
<dependency org="io.github.junxworks" name="junx-spel" rev="1.0.4">
<artifact name="junx-spel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.junxworks', module='junx-spel', version='1.0.4')
)
libraryDependencies += "io.github.junxworks" % "junx-spel" % "1.0.4"
[io.github.junxworks/junx-spel "1.0.4"]