| License |
License |
|---|---|
| GroupId | GroupIdcom.livetheoogway.teflon |
| ArtifactId | ArtifactIdteflon |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionteflon
A utility that can be used to extract values from a string
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| teflon-1.0.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/ -->
<dependency>
<groupId>com.livetheoogway.teflon</groupId>
<artifactId>teflon</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/
implementation 'com.livetheoogway.teflon:teflon:1.0.0'
// https://jarcasting.com/artifacts/com.livetheoogway.teflon/teflon/
implementation ("com.livetheoogway.teflon:teflon:1.0.0")
'com.livetheoogway.teflon:teflon:pom:1.0.0'
<dependency org="com.livetheoogway.teflon" name="teflon" rev="1.0.0">
<artifact name="teflon" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.teflon', module='teflon', version='1.0.0')
)
libraryDependencies += "com.livetheoogway.teflon" % "teflon" % "1.0.0"
[com.livetheoogway.teflon/teflon "1.0.0"]