License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.github.Alex-2713-GitHub |
ArtifactId | ArtifactIdAlex_Test |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
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 |
---|---|
Alex_Test-1.0.2.pom | |
Alex_Test-1.0.2.jar | 2 KB |
Alex_Test-1.0.2-sources.jar | 811 bytes |
Alex_Test-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/Alex_Test/ -->
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>Alex_Test</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/Alex_Test/
implementation 'com.github.Alex-2713-GitHub:Alex_Test:1.0.2'
// https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/Alex_Test/
implementation ("com.github.Alex-2713-GitHub:Alex_Test:1.0.2")
'com.github.Alex-2713-GitHub:Alex_Test:jar:1.0.2'
<dependency org="com.github.Alex-2713-GitHub" name="Alex_Test" rev="1.0.2">
<artifact name="Alex_Test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Alex-2713-GitHub', module='Alex_Test', version='1.0.2')
)
libraryDependencies += "com.github.Alex-2713-GitHub" % "Alex_Test" % "1.0.2"
[com.github.Alex-2713-GitHub/Alex_Test "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |