License |
License |
---|---|
GroupId | GroupIdcom.github.zhangyingwei |
ArtifactId | ArtifactIdnbfile |
Version | Version1.0-0 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nbfile-1.0-0.pom | |
nbfile-1.0-0.jar | 12 KB |
nbfile-1.0-0-sources.jar | 5 KB |
nbfile-1.0-0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangyingwei/nbfile/ -->
<dependency>
<groupId>com.github.zhangyingwei</groupId>
<artifactId>nbfile</artifactId>
<version>1.0-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangyingwei/nbfile/
implementation 'com.github.zhangyingwei:nbfile:1.0-0'
// https://jarcasting.com/artifacts/com.github.zhangyingwei/nbfile/
implementation ("com.github.zhangyingwei:nbfile:1.0-0")
'com.github.zhangyingwei:nbfile:jar:1.0-0'
<dependency org="com.github.zhangyingwei" name="nbfile" rev="1.0-0">
<artifact name="nbfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangyingwei', module='nbfile', version='1.0-0')
)
libraryDependencies += "com.github.zhangyingwei" % "nbfile" % "1.0-0"
[com.github.zhangyingwei/nbfile "1.0-0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |