License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.goto1134 |
ArtifactId | ArtifactIdspring-jnr |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionspring-jnr
A library to inject JNR native libraries to Spring beans
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-jnr-1.0.pom | |
spring-jnr-1.0.jar | 6 KB |
spring-jnr-1.0-sources.jar | 3 KB |
spring-jnr-1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.goto1134/spring-jnr/ -->
<dependency>
<groupId>com.github.goto1134</groupId>
<artifactId>spring-jnr</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.goto1134/spring-jnr/
implementation 'com.github.goto1134:spring-jnr:1.0'
// https://jarcasting.com/artifacts/com.github.goto1134/spring-jnr/
implementation ("com.github.goto1134:spring-jnr:1.0")
'com.github.goto1134:spring-jnr:jar:1.0'
<dependency org="com.github.goto1134" name="spring-jnr" rev="1.0">
<artifact name="spring-jnr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.goto1134', module='spring-jnr', version='1.0')
)
libraryDependencies += "com.github.goto1134" % "spring-jnr" % "1.0"
[com.github.goto1134/spring-jnr "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-ffi | jar | 2.1.6 |
org.springframework : spring-context | jar | 4.3.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.9.RELEASE |
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.12 |