License |
License |
---|---|
GroupId | GroupIdcom.anrisoftware.resources |
ArtifactId | ArtifactIdresources |
Last Version | Last Version4.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionResources
Contains the modules of the resources project.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
resources-4.6.2.pom | 9 KB |
resources-4.6.2-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.resources/resources/ -->
<dependency>
<groupId>com.anrisoftware.resources</groupId>
<artifactId>resources</artifactId>
<version>4.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources/
implementation 'com.anrisoftware.resources:resources:4.6.2'
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources/
implementation ("com.anrisoftware.resources:resources:4.6.2")
'com.anrisoftware.resources:resources:jar:4.6.2'
<dependency org="com.anrisoftware.resources" name="resources" rev="4.6.2">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.resources', module='resources', version='4.6.2')
)
libraryDependencies += "com.anrisoftware.resources" % "resources" % "4.6.2"
[com.anrisoftware.resources/resources "4.6.2"]