You can download jboss-as-naming-7.1.1.final.jar in this page.
Open Source License
jboss-as-naming-7.1.1.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss.as/jboss-as-naming/pom.properties META-INF/maven/org.jboss.as/jboss-as-naming/pom.xml META-INF/services/org.jboss.as.controller.Extension org.jboss.as.naming.AtomicMapFieldUpdater.class org.jboss.as.naming.ContextManagedReferenceFactory.class org.jboss.as.naming.InMemoryNamingStore.class org.jboss.as.naming.InitialContext.class org.jboss.as.naming.InitialContextFactory.class org.jboss.as.naming.InitialContextFactoryBuilder.class org.jboss.as.naming.JndiPermission.class org.jboss.as.naming.JndiPermissionCollection.class org.jboss.as.naming.ManagedReference.class org.jboss.as.naming.ManagedReferenceFactory.class org.jboss.as.naming.ManagedReferenceInjector.class org.jboss.as.naming.ManagedReferenceObjectFactory.class org.jboss.as.naming.NamingContext.class org.jboss.as.naming.NamingEventCoordinator.class org.jboss.as.naming.NamingLogger.class org.jboss.as.naming.NamingMessages.class org.jboss.as.naming.NamingStore.class org.jboss.as.naming.RequireResolveException.class org.jboss.as.naming.SecurityActions.class org.jboss.as.naming.ServiceAwareObjectFactory.class org.jboss.as.naming.ServiceBasedNamingStore.class org.jboss.as.naming.ServiceReferenceObjectFactory.class org.jboss.as.naming.StaticManagedObject.class org.jboss.as.naming.ValueManagedReference.class org.jboss.as.naming.ValueManagedReferenceFactory.class org.jboss.as.naming.WritableNamingStore.class org.jboss.as.naming.WritableServiceBasedNamingStore.class org.jboss.as.naming.context.ModularReference.class org.jboss.as.naming.context.NamespaceContextSelector.class org.jboss.as.naming.context.ObjectFactoryBuilder.class org.jboss.as.naming.context.SecurityActions.class org.jboss.as.naming.deployment.ContextNames.class org.jboss.as.naming.deployment.DuplicateBindingException.class org.jboss.as.naming.deployment.JndiName.class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor.class org.jboss.as.naming.deployment.JndiNamingDependencySetupProcessor.class org.jboss.as.naming.deployment.NamespaceBindings.class org.jboss.as.naming.deployment.NamingLookupValue.class org.jboss.as.naming.interfaces.java.javaURLContextFactory.class org.jboss.as.naming.management.JndiViewExtension.class org.jboss.as.naming.management.JndiViewExtensionContext.class org.jboss.as.naming.management.JndiViewExtensionRegistry.class org.jboss.as.naming.management.JndiViewOperation.class org.jboss.as.naming.remote.RemoteNamingLogger.class org.jboss.as.naming.remote.RemoteNamingServerService.class org.jboss.as.naming.service.Attribute.class org.jboss.as.naming.service.BinderService.class org.jboss.as.naming.service.NamingService.class org.jboss.as.naming.service.NamingStoreService.class org.jboss.as.naming.subsystem.NamingBindingAdd.class org.jboss.as.naming.subsystem.NamingBindingRemove.class org.jboss.as.naming.subsystem.NamingBindingResourceDefinition.class org.jboss.as.naming.subsystem.NamingExtension.class org.jboss.as.naming.subsystem.NamingSubsystem10Parser.class org.jboss.as.naming.subsystem.NamingSubsystem11Parser.class org.jboss.as.naming.subsystem.NamingSubsystemAdd.class org.jboss.as.naming.subsystem.NamingSubsystemModel.class org.jboss.as.naming.subsystem.NamingSubsystemNamespace.class org.jboss.as.naming.subsystem.NamingSubsystemOSGiService.class org.jboss.as.naming.subsystem.NamingSubsystemRemove.class org.jboss.as.naming.subsystem.NamingSubsystemRootResourceDefinition.class org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute.class org.jboss.as.naming.subsystem.NamingSubsystemXMLElement.class org.jboss.as.naming.subsystem.SecurityActions.class org.jboss.as.naming.util.FastCopyHashMap.class org.jboss.as.naming.util.NameParser.class org.jboss.as.naming.util.NamingUtils.class org.jboss.as.naming.util.ThreadLocalStack.class org/jboss/as/naming/NamingLogger.i18n.properties org/jboss/as/naming/NamingMessages.i18n.properties org/jboss/as/naming/subsystem/LocalDescriptions.properties
jboss-as-naming-7.1.1.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ JBoss, Home of Professional Open Source. ~ Copyright 2010, 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> <parent> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-parent</artifactId> <version>7.1.1.Final</version> </parent> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-naming</artifactId> <version>7.1.1.Final</version> <name>JBoss Application Server: Naming Subsystem</name> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument> -AgeneratedTranslationFilesPath=${project.build.directory}/generated-translation-files </compilerArgument> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-remote-naming</artifactId> </dependency> <dependency> <groupId>org.jboss.msc</groupId> <artifactId>jboss-msc</artifactId> </dependency> <dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-server</artifactId> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <!-- This is a compile-time dependency of this project, but is not needed at compile or runtime by other projects that depend on this project.--> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-subsystem-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.as</groupId> <artifactId>jboss-as-naming</artifactId> <version>7.1.1.final</version> </dependency>
If you think the following jboss-as-naming-7.1.1.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jboss-as-naming-7.1.1.final.jar file