Categories |
CategoriesNetBeans Development Tools IDE Net Axon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdsaxon9B |
Version | VersionRELEASE110 |
Type | Typejar |
Filename | Size |
---|---|
saxon9B-RELEASE110.pom | |
saxon9B-RELEASE110.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/saxon9B/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>saxon9B</artifactId>
<version>RELEASE110</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/saxon9B/
implementation 'org.netbeans.external:saxon9B:RELEASE110'
// https://jarcasting.com/artifacts/org.netbeans.external/saxon9B/
implementation ("org.netbeans.external:saxon9B:RELEASE110")
'org.netbeans.external:saxon9B:jar:RELEASE110'
<dependency org="org.netbeans.external" name="saxon9B" rev="RELEASE110">
<artifact name="saxon9B" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='saxon9B', version='RELEASE110')
)
libraryDependencies += "org.netbeans.external" % "saxon9B" % "RELEASE110"
[org.netbeans.external/saxon9B "RELEASE110"]