| License |
License |
|---|---|
| GroupId | GroupIdorg.99soft.commons |
| ArtifactId | ArtifactIdbackport-spi |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBackport Service Provider Interface
The backport-spi library is backport of Service Provider Interface to Java5 with extra features.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| backport-spi-1.0.2.pom | |
| backport-spi-1.0.2.jar | 33 KB |
| backport-spi-1.0.2-sources.jar | 28 KB |
| backport-spi-1.0.2-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.commons/backport-spi/ -->
<dependency>
<groupId>org.99soft.commons</groupId>
<artifactId>backport-spi</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.commons/backport-spi/
implementation 'org.99soft.commons:backport-spi:1.0.2'
// https://jarcasting.com/artifacts/org.99soft.commons/backport-spi/
implementation ("org.99soft.commons:backport-spi:1.0.2")
'org.99soft.commons:backport-spi:jar:1.0.2'
<dependency org="org.99soft.commons" name="backport-spi" rev="1.0.2">
<artifact name="backport-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.commons', module='backport-spi', version='1.0.2')
)
libraryDependencies += "org.99soft.commons" % "backport-spi" % "1.0.2"
[org.99soft.commons/backport-spi "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |