Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.Alex-2713-GitHub |
ArtifactId | ArtifactIdalex-cloud |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
alex-cloud-1.1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/alex-cloud/ -->
<dependency>
<groupId>com.github.Alex-2713-GitHub</groupId>
<artifactId>alex-cloud</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/alex-cloud/
implementation 'com.github.Alex-2713-GitHub:alex-cloud:1.1.1'
// https://jarcasting.com/artifacts/com.github.Alex-2713-GitHub/alex-cloud/
implementation ("com.github.Alex-2713-GitHub:alex-cloud:1.1.1")
'com.github.Alex-2713-GitHub:alex-cloud:pom:1.1.1'
<dependency org="com.github.Alex-2713-GitHub" name="alex-cloud" rev="1.1.1">
<artifact name="alex-cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.Alex-2713-GitHub', module='alex-cloud', version='1.1.1')
)
libraryDependencies += "com.github.Alex-2713-GitHub" % "alex-cloud" % "1.1.1"
[com.github.Alex-2713-GitHub/alex-cloud "1.1.1"]