License |
License
CollabNet Open Source License
|
---|---|
Categories |
CategoriesSubversion Development Tools Version Controls |
GroupId | GroupIdorg.codehaus.jtstand |
ArtifactId | ArtifactIdjtstand-svn-core |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjtstand-svn-core
jtstand-svn-core is the core library of the jtstand-svn subversion client implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jtstand-svn-core-1.2.1.pom | |
jtstand-svn-core-1.2.1.jar | 89 KB |
jtstand-svn-core-1.2.1-sources.jar | 103 KB |
jtstand-svn-core-1.2.1-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-svn-core/ -->
<dependency>
<groupId>org.codehaus.jtstand</groupId>
<artifactId>jtstand-svn-core</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-svn-core/
implementation 'org.codehaus.jtstand:jtstand-svn-core:1.2.1'
// https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-svn-core/
implementation ("org.codehaus.jtstand:jtstand-svn-core:1.2.1")
'org.codehaus.jtstand:jtstand-svn-core:jar:1.2.1'
<dependency org="org.codehaus.jtstand" name="jtstand-svn-core" rev="1.2.1">
<artifact name="jtstand-svn-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jtstand', module='jtstand-svn-core', version='1.2.1')
)
libraryDependencies += "org.codehaus.jtstand" % "jtstand-svn-core" % "1.2.1"
[org.codehaus.jtstand/jtstand-svn-core "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |