| License |
License |
|---|---|
| GroupId | GroupIdcom.github.droxy |
| ArtifactId | ArtifactIddroxy-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| droxy-core-1.0.pom | |
| droxy-core-1.0.jar | 310 KB |
| droxy-core-1.0-sources.jar | 183 KB |
| droxy-core-1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.droxy/droxy-core/ -->
<dependency>
<groupId>com.github.droxy</groupId>
<artifactId>droxy-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.droxy/droxy-core/
implementation 'com.github.droxy:droxy-core:1.0'
// https://jarcasting.com/artifacts/com.github.droxy/droxy-core/
implementation ("com.github.droxy:droxy-core:1.0")
'com.github.droxy:droxy-core:jar:1.0'
<dependency org="com.github.droxy" name="droxy-core" rev="1.0">
<artifact name="droxy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.droxy', module='droxy-core', version='1.0')
)
libraryDependencies += "com.github.droxy" % "droxy-core" % "1.0"
[com.github.droxy/droxy-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.0.RELEASE |