cart-commands

Used in: 0 components

Overview

Description

Command framework that supports Bukkit and its forks

Snippets


    net.wiicart.commands
    cart-commands
    1.1
rsion>1.1</version>
</dependency>>

Maven POM File



    4.0.0

    net.wiicart.commands
    cart-commands
    1.1

    CartCommands
    Command framework that supports Bukkit and its forks
    https://github.com/Wiicart/CartCommands

    
        
            wiicart
            [email protected]
        
    

    
        
            MIT
            https://opensource.org/licenses/MIT
            repo
        
    

    
        https://github.com/wiicart/cartcommands
        scm:git:git://github.com/wiicart/cartcommands.git
    

    
        
            
                org.sonatype.central
                central-publishing-maven-plugin
                0.8.0
                true
                
                    central
                
            
            
                org.apache.maven.plugins
                maven-source-plugin
                3.3.0
                
                    
                        attach-sources
                        
                            jar-no-fork 
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-javadoc-plugin
                3.6.3
                
                    
                        attach-sources
                        package
                        
                            jar
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-gpg-plugin
                3.2.4
                
                    
                        sign-artifacts
                        verify
                        
                            sign
                        
                    
                
            
        
    

    
        
            ossrh
            Central Repository OSSRH
            https://oss.sonatype.org/service/local/staging/deploy/maven2/
        
        
            ossrh
            Central Snapshot Repository OSSRH
            https://central.sonatype.com/repository/maven-snapshots/
        
    

    
        17
        17
        UTF-8
    

    
        
            codemc-repo
            https://repo.codemc.io/repository/maven-public/
        
    

    
        
        
            org.bukkit
            bukkit
            1.5.2-R0.1
            provided
        
        
            org.jetbrains
            annotations
            26.0.2
            compile
        
        
            junit
            junit
            4.13.1
            test
        
    
      <id>codemc-repo</id>
            <url>https://repo.codemc.io/repository/maven-public/</url>
        </repository>
    </repositories>

    <dependencies>
        <!-- https://mvnrepository.com/artifact/org.bukkit/bukkit -->
        <dependency>
            <groupId>org.bukkit</groupId>
            <artifactId>bukkit</artifactId>
            <version>1.5.2-R0.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.jetbrains</groupId>
            <artifactId>annotations</artifactId>
            <version>26.0.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.13.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
Maven Central: net.wiicart.commands:cart-commands