You can download jboss-sasl-1.0.0.beta9.jar in this page.
Open Source License
jboss-sasl-1.0.0.beta9.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss.sasl/jboss-sasl/pom.properties META-INF/maven/org.jboss.sasl/jboss-sasl/pom.xml META-INF/services/java.security.Provider META-INF/services/javax.security.sasl.SaslClientFactory META-INF/services/javax.security.sasl.SaslServerFactory org.jboss.sasl.JBossSaslProvider.class org.jboss.sasl.anonymous.AbstractAnonymousFactory.class org.jboss.sasl.anonymous.AnonymousClientFactory.class org.jboss.sasl.anonymous.AnonymousSaslClient.class org.jboss.sasl.anonymous.AnonymousSaslServer.class org.jboss.sasl.anonymous.AnonymousServerFactory.class org.jboss.sasl.callback.DigestHashCallback.class org.jboss.sasl.callback.PublicKeyCallback.class org.jboss.sasl.callback.TokenCallback.class org.jboss.sasl.callback.VerifyPasswordCallback.class org.jboss.sasl.clienttoken.ClientTokenClientFactory.class org.jboss.sasl.clienttoken.ClientTokenSaslClient.class org.jboss.sasl.digest.AbstractDigestMD5Factory.class org.jboss.sasl.digest.AbstractSaslImpl.class org.jboss.sasl.digest.DigestMD5Base.class org.jboss.sasl.digest.DigestMD5Client.class org.jboss.sasl.digest.DigestMD5ClientFactory.class org.jboss.sasl.digest.DigestMD5Server.class org.jboss.sasl.digest.DigestMD5ServerFactory.class org.jboss.sasl.digest.SecurityCtx.class org.jboss.sasl.localuser.LocalUserClient.class org.jboss.sasl.localuser.LocalUserClientFactory.class org.jboss.sasl.localuser.LocalUserSaslFactory.class org.jboss.sasl.localuser.LocalUserServer.class org.jboss.sasl.localuser.LocalUserServerFactory.class org.jboss.sasl.plain.PlainSaslServer.class org.jboss.sasl.plain.PlainServerFactory.class org.jboss.sasl.util.AbstractSaslClient.class org.jboss.sasl.util.AbstractSaslFactory.class org.jboss.sasl.util.AbstractSaslParticipant.class org.jboss.sasl.util.AbstractSaslServer.class org.jboss.sasl.util.Charsets.class org.jboss.sasl.util.ExceptionSaslState.class org.jboss.sasl.util.HexConverter.class org.jboss.sasl.util.SaslState.class org.jboss.sasl.util.SaslStateContext.class org.jboss.sasl.util.SaslWrapper.class org.jboss.sasl.util.UsernamePasswordHashUtil.class
jboss-sasl-1.0.0.beta9.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ JBoss, Home of Professional Open Source. ~ Copyright 2011, Red Hat, Inc., and individual contributors ~ as indicated by the @author tags. See the copyright.txt file in the ~ distribution for a full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.jboss.sasl</groupId> <artifactId>jboss-sasl</artifactId> <version>1.0.0.Beta9</version> <parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>7</version> </parent> <build> <plugins> <!-- Surefire --> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <trimStackTrace>false</trimStackTrace> <!-- Modules ignores Class-Path --> <useManifestOnlyJar>false</useManifestOnlyJar> <printSummary>true</printSummary> <includes> <include>**/*Test.java</include> </includes> <forkMode>always</forkMode> </configuration> </plugin> <!-- Bytecode plugin for version string in Main --> <plugin> <groupId>org.jboss.maven.plugins</groupId> <artifactId>maven-injection-plugin</artifactId> <version>1.0.2</version> <executions> <execution> <phase>compile</phase> <goals> <goal>bytecode</goal> </goals> </execution> </executions> <configuration> <bytecodeInjections> <bytecodeInjection> <expression>${project.version}</expression> <targetMembers> <methodBodyReturn> <className>org.jboss.sasl.JBossSaslProvider</className> <methodName>getVersionString</methodName> </methodBodyReturn> </targetMembers> </bytecodeInjection> </bytecodeInjections> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.1.0.CR1</version> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <version>1.0.0.CR4</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.sasl</groupId> <artifactId>jboss-sasl</artifactId> <version>1.0.0.beta9</version> </dependency>
If you think the following jboss-sasl-1.0.0.beta9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jboss-sasl-1.0.0.beta9.jar file