License |
License |
---|---|
GroupId | GroupIdio.norberg |
ArtifactId | ArtifactIdsome |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsome
Annotations to configure code to be non-null by default
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
some-1.0.0.pom | |
some-1.0.0.jar | 3 KB |
some-1.0.0-sources.jar | 3 KB |
some-1.0.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.norberg/some/ -->
<dependency>
<groupId>io.norberg</groupId>
<artifactId>some</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.norberg/some/
implementation 'io.norberg:some:1.0.0'
// https://jarcasting.com/artifacts/io.norberg/some/
implementation ("io.norberg:some:1.0.0")
'io.norberg:some:jar:1.0.0'
<dependency org="io.norberg" name="some" rev="1.0.0">
<artifact name="some" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.norberg', module='some', version='1.0.0')
)
libraryDependencies += "io.norberg" % "some" % "1.0.0"
[io.norberg/some "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |