| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.yongyongwang | 
    
| ArtifactId | ArtifactId7Cow | 
    
| Last Version | Last Version0.2.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Description7Cow:0.2.3 
            7Cow to celebrate the birth of my daughter 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| 7Cow-0.2.3.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow/ -->
<dependency>
    <groupId>com.github.yongyongwang</groupId>
    <artifactId>7Cow</artifactId>
    <version>0.2.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow/
implementation 'com.github.yongyongwang:7Cow:0.2.3'
                // https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow/
implementation ("com.github.yongyongwang:7Cow:0.2.3")
                'com.github.yongyongwang:7Cow:pom:0.2.3'
                <dependency org="com.github.yongyongwang" name="7Cow" rev="0.2.3">
  <artifact name="7Cow" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.yongyongwang', module='7Cow', version='0.2.3')
)
                libraryDependencies += "com.github.yongyongwang" % "7Cow" % "0.2.3"
                [com.github.yongyongwang/7Cow "0.2.3"]