License |
License |
---|---|
GroupId | GroupIdcom.jwebmp |
ArtifactId | ArtifactIdjavax.inject |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavax.inject
The javax.inject API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javax.inject-1.1.pom | |
javax.inject-1.1.jar | 4 KB |
javax.inject-1.1-tests.jar | 21 KB |
javax.inject-1.1-sources.jar | 10 KB |
javax.inject-1.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp/javax.inject/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>javax.inject</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/javax.inject/
implementation 'com.jwebmp:javax.inject:1.1'
// https://jarcasting.com/artifacts/com.jwebmp/javax.inject/
implementation ("com.jwebmp:javax.inject:1.1")
'com.jwebmp:javax.inject:jar:1.1'
<dependency org="com.jwebmp" name="javax.inject" rev="1.1">
<artifact name="javax.inject" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='javax.inject', version='1.1')
)
libraryDependencies += "com.jwebmp" % "javax.inject" % "1.1"
[com.jwebmp/javax.inject "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |