License |
License |
---|---|
GroupId | GroupIdcom.subtlesolution |
ArtifactId | ArtifactIdsubtlesolution-public |
Version | Version1 |
Type | Typepom |
Description |
DescriptionSubtle Solution - Public Projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
subtlesolution-public-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/ -->
<dependency>
<groupId>com.subtlesolution</groupId>
<artifactId>subtlesolution-public</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/
implementation 'com.subtlesolution:subtlesolution-public:1'
// https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/
implementation ("com.subtlesolution:subtlesolution-public:1")
'com.subtlesolution:subtlesolution-public:pom:1'
<dependency org="com.subtlesolution" name="subtlesolution-public" rev="1">
<artifact name="subtlesolution-public" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.subtlesolution', module='subtlesolution-public', version='1')
)
libraryDependencies += "com.subtlesolution" % "subtlesolution-public" % "1"
[com.subtlesolution/subtlesolution-public "1"]