Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdxalan |
Version | Version1.2.0.0-jre16 |
Type | Typejar |
Description |
DescriptionXalan
The Parent Holder for the Guiced EE JMPS System
|
Filename | Size |
---|---|
xalan-1.2.0.0-jre16.pom | |
xalan-1.2.0.0-jre16.jar | 3 MB |
xalan-1.2.0.0-jre16-sources.jar | 3 MB |
xalan-1.2.0.0-jre16-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/xalan/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>xalan</artifactId>
<version>1.2.0.0-jre16</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/xalan/
implementation 'com.guicedee.services:xalan:1.2.0.0-jre16'
// https://jarcasting.com/artifacts/com.guicedee.services/xalan/
implementation ("com.guicedee.services:xalan:1.2.0.0-jre16")
'com.guicedee.services:xalan:jar:1.2.0.0-jre16'
<dependency org="com.guicedee.services" name="xalan" rev="1.2.0.0-jre16">
<artifact name="xalan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='xalan', version='1.2.0.0-jre16')
)
libraryDependencies += "com.guicedee.services" % "xalan" % "1.2.0.0-jre16"
[com.guicedee.services/xalan "1.2.0.0-jre16"]