| GroupId | GroupIdhu.vissy.plain-text-table | 
    
|---|---|
| ArtifactId | ArtifactIdcore | 
    
| Version | Version0.1.0-SNAPSHOT+4-b5112f1-20170622-155126 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/hu.vissy.plain-text-table/core/ -->
<dependency>
    <groupId>hu.vissy.plain-text-table</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0-SNAPSHOT+4-b5112f1-20170622-155126</version>
</dependency>
                // https://jarcasting.com/artifacts/hu.vissy.plain-text-table/core/
implementation 'hu.vissy.plain-text-table:core:0.1.0-SNAPSHOT+4-b5112f1-20170622-155126'
                // https://jarcasting.com/artifacts/hu.vissy.plain-text-table/core/
implementation ("hu.vissy.plain-text-table:core:0.1.0-SNAPSHOT+4-b5112f1-20170622-155126")
                'hu.vissy.plain-text-table:core:jar:0.1.0-SNAPSHOT+4-b5112f1-20170622-155126'
                <dependency org="hu.vissy.plain-text-table" name="core" rev="0.1.0-SNAPSHOT+4-b5112f1-20170622-155126">
  <artifact name="core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='hu.vissy.plain-text-table', module='core', version='0.1.0-SNAPSHOT+4-b5112f1-20170622-155126')
)
                libraryDependencies += "hu.vissy.plain-text-table" % "core" % "0.1.0-SNAPSHOT+4-b5112f1-20170622-155126"
                [hu.vissy.plain-text-table/core "0.1.0-SNAPSHOT+4-b5112f1-20170622-155126"]