License |
License |
---|---|
GroupId | GroupIdcom.springrts |
ArtifactId | ArtifactIdresources |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSpring RTS - Common Resources
Common resources used by all Maven projects related to Spring RTS
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
resources-1.1.pom | |
resources-1.1.jar | 3 KB |
resources-1.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.springrts/resources/ -->
<dependency>
<groupId>com.springrts</groupId>
<artifactId>resources</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.springrts/resources/
implementation 'com.springrts:resources:1.1'
// https://jarcasting.com/artifacts/com.springrts/resources/
implementation ("com.springrts:resources:1.1")
'com.springrts:resources:jar:1.1'
<dependency org="com.springrts" name="resources" rev="1.1">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.springrts', module='resources', version='1.1')
)
libraryDependencies += "com.springrts" % "resources" % "1.1"
[com.springrts/resources "1.1"]