License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.xidea |
ArtifactId | ArtifactIdjsel |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionorg.xidea:jsel
Javascript Styled Expression Engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsel-0.1.0.pom | |
jsel-0.1.0.jar | 94 KB |
jsel-0.1.0-sources.jar | 52 KB |
jsel-0.1.0-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xidea/jsel/ -->
<dependency>
<groupId>org.xidea</groupId>
<artifactId>jsel</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xidea/jsel/
implementation 'org.xidea:jsel:0.1.0'
// https://jarcasting.com/artifacts/org.xidea/jsel/
implementation ("org.xidea:jsel:0.1.0")
'org.xidea:jsel:jar:0.1.0'
<dependency org="org.xidea" name="jsel" rev="0.1.0">
<artifact name="jsel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xidea', module='jsel', version='0.1.0')
)
libraryDependencies += "org.xidea" % "jsel" % "0.1.0"
[org.xidea/jsel "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |