Categories |
CategoriesIDE Development Tools GUI User Interface |
---|---|
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdresources-provider-ktx |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
resources-provider-ktx-1.0.0.pom | |
resources-provider-ktx-1.0.0.aar | 6 KB |
resources-provider-ktx-1.0.0-sources.jar | 1 KB |
resources-provider-ktx-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/resources-provider-ktx/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>resources-provider-ktx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/resources-provider-ktx/
implementation 'com.github.guilhe:resources-provider-ktx:1.0.0'
// https://jarcasting.com/artifacts/com.github.guilhe/resources-provider-ktx/
implementation ("com.github.guilhe:resources-provider-ktx:1.0.0")
'com.github.guilhe:resources-provider-ktx:aar:1.0.0'
<dependency org="com.github.guilhe" name="resources-provider-ktx" rev="1.0.0">
<artifact name="resources-provider-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='resources-provider-ktx', version='1.0.0')
)
libraryDependencies += "com.github.guilhe" % "resources-provider-ktx" % "1.0.0"
[com.github.guilhe/resources-provider-ktx "1.0.0"]