| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.javatek | 
    
| ArtifactId | ArtifactIdprops | 
    
| Last Version | Last Version1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionprops 
            This is a collection of some properties 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| props-1.4.pom | |
| props-1.4.jar | 7 KB | 
| props-1.4-sources.jar | 4 KB | 
| props-1.4-javadoc.jar | 35 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/props/ -->
<dependency>
    <groupId>org.bitbucket.javatek</groupId>
    <artifactId>props</artifactId>
    <version>1.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/props/
implementation 'org.bitbucket.javatek:props:1.4'
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/props/
implementation ("org.bitbucket.javatek:props:1.4")
                'org.bitbucket.javatek:props:jar:1.4'
                <dependency org="org.bitbucket.javatek" name="props" rev="1.4">
  <artifact name="props" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.javatek', module='props', version='1.4')
)
                libraryDependencies += "org.bitbucket.javatek" % "props" % "1.4"
                [org.bitbucket.javatek/props "1.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.bitbucket.javatek : require | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |